emacs.git
23 years ago*** empty log message ***
Juanma Barranquero [Mon, 27 Jan 2003 22:19:26 +0000 (22:19 +0000)]
*** empty log message ***

23 years ago(init_external_image_libraries): Try alternate names for the jpeg dll.
Juanma Barranquero [Mon, 27 Jan 2003 22:18:35 +0000 (22:18 +0000)]
(init_external_image_libraries): Try alternate names for the jpeg dll.

23 years agoRemove COMMAND element from yank handler.
Kim F. Storm [Mon, 27 Jan 2003 21:46:04 +0000 (21:46 +0000)]
Remove COMMAND element from yank handler.

23 years ago(insert-for-yank): Remove COMMAND element from yank handler.
Kim F. Storm [Mon, 27 Jan 2003 21:45:10 +0000 (21:45 +0000)]
(insert-for-yank): Remove COMMAND element from yank handler.

23 years ago(kill-new): Improve doc string for yank-handler.
Kim F. Storm [Mon, 27 Jan 2003 21:44:48 +0000 (21:44 +0000)]
(kill-new): Improve doc string for yank-handler.
Signal args-out-of-range error if yank-handler is specified for
an empty string.

23 years ago*** empty log message ***
Kim F. Storm [Mon, 27 Jan 2003 21:44:08 +0000 (21:44 +0000)]
*** empty log message ***

23 years agoAdded note about xmon.
Jan Djärv [Mon, 27 Jan 2003 19:59:08 +0000 (19:59 +0000)]
Added note about xmon.

23 years agogtkutil.c: Check for NULL string before calling strcmp or strlen.
Jan Djärv [Mon, 27 Jan 2003 19:36:10 +0000 (19:36 +0000)]
gtkutil.c: Check for NULL string before calling strcmp or strlen.

23 years ago*** empty log message ***
Dave Love [Mon, 27 Jan 2003 11:38:45 +0000 (11:38 +0000)]
*** empty log message ***

23 years ago(thing-at-point-file-name-chars): Include
Dave Love [Mon, 27 Jan 2003 11:38:18 +0000 (11:38 +0000)]
(thing-at-point-file-name-chars):  Include
non-ASCII again and re-write the filename ops.

23 years ago(dired-filename-at-point): Fix last change and tidy up.
Dave Love [Mon, 27 Jan 2003 11:36:08 +0000 (11:36 +0000)]
(dired-filename-at-point): Fix last change and tidy up.

23 years agoFix spacing.
Juanma Barranquero [Mon, 27 Jan 2003 09:40:40 +0000 (09:40 +0000)]
Fix spacing.

23 years ago*** empty log message ***
Juanma Barranquero [Mon, 27 Jan 2003 08:59:13 +0000 (08:59 +0000)]
*** empty log message ***

23 years ago(update-subdirs-SH): Create lisp/subdirs.el.
Juanma Barranquero [Mon, 27 Jan 2003 08:58:33 +0000 (08:58 +0000)]
(update-subdirs-SH): Create lisp/subdirs.el.

23 years ago*** empty log message ***
Juanma Barranquero [Mon, 27 Jan 2003 08:50:00 +0000 (08:50 +0000)]
*** empty log message ***

23 years ago(ebrowse-draw-tree-fn): Fix typo.
Juanma Barranquero [Mon, 27 Jan 2003 08:48:43 +0000 (08:48 +0000)]
(ebrowse-draw-tree-fn): Fix typo.

23 years ago(c-offsets-alist): Fix typo.
Juanma Barranquero [Mon, 27 Jan 2003 08:48:02 +0000 (08:48 +0000)]
(c-offsets-alist): Fix typo.

23 years ago(c-make-styles-buffer-local): Fix typo.
Juanma Barranquero [Mon, 27 Jan 2003 08:47:18 +0000 (08:47 +0000)]
(c-make-styles-buffer-local): Fix typo.

23 years ago(eshell-separate-commands): Fix typo.
Juanma Barranquero [Mon, 27 Jan 2003 08:46:26 +0000 (08:46 +0000)]
(eshell-separate-commands): Fix typo.

23 years ago(vcursor-disable): Fix typo.
Juanma Barranquero [Mon, 27 Jan 2003 08:45:18 +0000 (08:45 +0000)]
(vcursor-disable): Fix typo.

23 years ago(filesets-file-open): Fix typo.
Juanma Barranquero [Mon, 27 Jan 2003 08:44:27 +0000 (08:44 +0000)]
(filesets-file-open): Fix typo.

23 years ago(imap-mailbox-status): Fix typo.
Juanma Barranquero [Mon, 27 Jan 2003 08:41:55 +0000 (08:41 +0000)]
(imap-mailbox-status): Fix typo.

23 years ago(x_set_name, x_set_title): Add comment about encoding strategy.
Kenichi Handa [Mon, 27 Jan 2003 01:04:03 +0000 (01:04 +0000)]
(x_set_name, x_set_title): Add comment about encoding strategy.

23 years ago(Fformat): Add comment about the treatment of 0 as a multibyte
Kenichi Handa [Sun, 26 Jan 2003 23:21:53 +0000 (23:21 +0000)]
(Fformat): Add comment about the treatment of 0 as a multibyte
character.

23 years ago*** empty log message ***
Martin Stjernholm [Sun, 26 Jan 2003 21:36:39 +0000 (21:36 +0000)]
*** empty log message ***

23 years ago(c-require-final-newline): Added a variable to make the initialization of
Martin Stjernholm [Sun, 26 Jan 2003 21:36:15 +0000 (21:36 +0000)]
(c-require-final-newline): Added a variable to make the initialization of
require-final-newline' more configurable.

23 years agoAdded Jan D in alias
Jan Djärv [Sun, 26 Jan 2003 18:39:08 +0000 (18:39 +0000)]
Added Jan D in alias

23 years agogtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
Jan Djärv [Sun, 26 Jan 2003 18:23:54 +0000 (18:23 +0000)]
gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
  and handle image load failure (invalid pixmap).

23 years ago(info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
Kim F. Storm [Sun, 26 Jan 2003 18:04:55 +0000 (18:04 +0000)]
(info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
(Info-find-node) [!MSDOS]: Avoid byte-compiler warning.

23 years ago*** empty log message ***
Kim F. Storm [Sun, 26 Jan 2003 18:04:26 +0000 (18:04 +0000)]
*** empty log message ***

23 years ago(Info-extract-menu-node-name): Fix 2003-01-24 change.
Kim F. Storm [Sun, 26 Jan 2003 17:51:53 +0000 (17:51 +0000)]
(Info-extract-menu-node-name): Fix 2003-01-24 change.
Don't search for next colon if current colon is followed by
one of ".", ",", ";", or ")".

23 years ago*** empty log message ***
Kim F. Storm [Sun, 26 Jan 2003 17:51:15 +0000 (17:51 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 26 Jan 2003 15:24:36 +0000 (15:24 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 26 Jan 2003 14:51:40 +0000 (14:51 +0000)]
*** empty log message ***

23 years ago(thing-at-point-file-name-chars): Undo previous change.
Richard M. Stallman [Sun, 26 Jan 2003 14:51:32 +0000 (14:51 +0000)]
(thing-at-point-file-name-chars): Undo previous change.

23 years agolwlib-Xm.c: Fixed memory leak for menus.
Jan Djärv [Sun, 26 Jan 2003 13:06:48 +0000 (13:06 +0000)]
lwlib-Xm.c: Fixed memory leak for menus.

23 years ago* mh-e: Created directory. ChangeLog will appear in a week when we
Bill Wohler [Sun, 26 Jan 2003 02:38:37 +0000 (02:38 +0000)]
* mh-e: Created directory. ChangeLog will appear in a week when we
release version 7.2.

* lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
lisp/mail/mh-customize.el, lisp/mail/mh-e.el, lisp/mail/mh-funcs.el,
lisp/mail/mh-identity.el, lisp/mail/mh-index.el,
lisp/mail/mh-loaddefs.el, lisp/mail/mh-mime.el, lisp/mail/mh-pick.el,
lisp/mail/mh-seq.el, lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm and
reply2.xpm, which were created by the MH-E package, were left in mail
since they can probably be used by other mail packages.

* makefile.w32-in (WINS): Added mh-e.

* makefile.nt (WINS): Added mh-e.

23 years agoAdded notes for JPEG library.
Jason Rumney [Sun, 26 Jan 2003 01:33:33 +0000 (01:33 +0000)]
Added notes for JPEG library.

23 years ago*** empty log message ***
Jason Rumney [Sun, 26 Jan 2003 01:26:32 +0000 (01:26 +0000)]
*** empty log message ***

23 years agoAutomatically detect jpeglib.
Jason Rumney [Sun, 26 Jan 2003 01:25:49 +0000 (01:25 +0000)]
Automatically detect jpeglib.

23 years ago(init_jpeg_functions, jpeg_resync_to_restart_wrapper):
Jason Rumney [Sun, 26 Jan 2003 01:21:25 +0000 (01:21 +0000)]
(init_jpeg_functions, jpeg_resync_to_restart_wrapper):
New functions.
(jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
Disable color table lookups. Call jpeg library functions
through pointers determined at runtime.
(init_external_image_libraries): Try to load jpeg.dll.

23 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jan 2003 21:37:02 +0000 (21:37 +0000)]
*** empty log message ***

23 years agoRemove obsolete comment about lack of image support on MS-Windows
Jason Rumney [Sat, 25 Jan 2003 21:12:57 +0000 (21:12 +0000)]
Remove obsolete comment about lack of image support on MS-Windows

23 years agoAdded note about PNG support on Windows.
Jason Rumney [Sat, 25 Jan 2003 21:09:28 +0000 (21:09 +0000)]
Added note about PNG support on Windows.

23 years agoAdded notes about PNG support.
Jason Rumney [Sat, 25 Jan 2003 21:04:41 +0000 (21:04 +0000)]
Added notes about PNG support.

23 years agoAutomatically detect libpng.
Jason Rumney [Sat, 25 Jan 2003 20:50:48 +0000 (20:50 +0000)]
Automatically detect libpng.

23 years ago*** empty log message ***
Jason Rumney [Sat, 25 Jan 2003 20:50:26 +0000 (20:50 +0000)]
*** empty log message ***

23 years ago(XPutPixel): Handle monochrome images; used for masks.
Jason Rumney [Sat, 25 Jan 2003 20:45:29 +0000 (20:45 +0000)]
(XPutPixel): Handle monochrome images; used for masks.
[HAVE_PNG]: Sync with xfns.c version.
(png_load): Adjust colors for Windows. Use Windows
bitmaps. Disable color table lookups.
(DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
(init_png_functions): New function.
(png_read_from_memory, png_load): Call png library functions
through pointers determined at runtime.
(QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
(init_external_image_libraries): New function.
(init_xfns): Call it.

23 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jan 2003 19:49:44 +0000 (19:49 +0000)]
*** empty log message ***

23 years agoDeclare format2 instead of format1.
Richard M. Stallman [Sat, 25 Jan 2003 19:49:27 +0000 (19:49 +0000)]
Declare format2 instead of format1.

23 years ago(barf_or_query_if_file_exists): Call format2 instead of format1.
Richard M. Stallman [Sat, 25 Jan 2003 19:48:59 +0000 (19:48 +0000)]
(barf_or_query_if_file_exists): Call format2 instead of format1.

23 years ago(Fkill_buffer): Call format2 instead of format1.
Richard M. Stallman [Sat, 25 Jan 2003 19:48:30 +0000 (19:48 +0000)]
(Fkill_buffer): Call format2 instead of format1.

23 years ago(format2): New function, replaces format1
Richard M. Stallman [Sat, 25 Jan 2003 19:48:14 +0000 (19:48 +0000)]
(format2): New function, replaces format1
but takes exactly two Lisp Objects as format args.

23 years agoComment change.
Richard M. Stallman [Sat, 25 Jan 2003 19:47:02 +0000 (19:47 +0000)]
Comment change.

23 years agoDocument that a symbol can act as a keymap.
Richard M. Stallman [Sat, 25 Jan 2003 19:45:16 +0000 (19:45 +0000)]
Document that a symbol can act as a keymap.

23 years ago(byte-compile-file-form-custom-declare-variable):
Richard M. Stallman [Sat, 25 Jan 2003 19:44:24 +0000 (19:44 +0000)]
(byte-compile-file-form-custom-declare-variable):
Compile any lambda-expressions among the args.

23 years ago(view-mode): Doc fix.
Richard M. Stallman [Sat, 25 Jan 2003 19:43:29 +0000 (19:43 +0000)]
(view-mode): Doc fix.

23 years agoMany doc fixes.
Richard M. Stallman [Sat, 25 Jan 2003 19:42:15 +0000 (19:42 +0000)]
Many doc fixes.
(ido-complete): Fix message.

23 years ago(archive-unixdate): Corrected the date field string.
Richard M. Stallman [Sat, 25 Jan 2003 19:34:15 +0000 (19:34 +0000)]
(archive-unixdate): Corrected the date field string.
(archive-lzh-summarize): Extended it to allow the LZH level 2 header
type (which is most prevalent now), in addition to the already
supported level 0 and 1 header types.

23 years agoBesides adding a log entry, do some white space fixes.
Markus Rost [Sat, 25 Jan 2003 18:26:37 +0000 (18:26 +0000)]
Besides adding a log entry, do some white space fixes.

23 years ago(set-language-info, current-language-environment):
Markus Rost [Sat, 25 Jan 2003 18:20:30 +0000 (18:20 +0000)]
(set-language-info, current-language-environment):
Simplify setting the type of current-language-environment.

23 years agoFix input methods for GTK.
Jan Djärv [Sat, 25 Jan 2003 16:25:39 +0000 (16:25 +0000)]
Fix input methods for GTK.
Don't right justify GTK help menu.

23 years ago*** empty log message ***
Jason Rumney [Sat, 25 Jan 2003 15:14:16 +0000 (15:14 +0000)]
*** empty log message ***

23 years ago(XPutPixel): Handle monochrome images; used for masks.
Jason Rumney [Sat, 25 Jan 2003 15:13:56 +0000 (15:13 +0000)]
(XPutPixel): Handle monochrome images; used for masks.
[HAVE_PNG]: Sync with xfns.c version.
(png_load): Adjust colors for Windows. Use Windows
bitmaps. Disable color table lookups.

23 years ago*** empty log message ***
Kim F. Storm [Sat, 25 Jan 2003 11:41:58 +0000 (11:41 +0000)]
*** empty log message ***

23 years ago* emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
Kim F. Storm [Sat, 25 Jan 2003 11:41:43 +0000 (11:41 +0000)]
* emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
only needed when the region is active.  This also makes the output
from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).

23 years agoMinor @code usage fix.
Thien-Thi Nguyen [Sat, 25 Jan 2003 10:29:29 +0000 (10:29 +0000)]
Minor @code usage fix.

23 years ago2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sat, 25 Jan 2003 08:09:16 +0000 (08:09 +0000)]
2003-01-25  Michael Kifer  <kifer@cs.stonybrook.edu>

        * ediff.el (ediff-revision): better defaults.

* ediff-vers.el (ediff-vc-latest-version): new function.
(ediff-vc-internal): use latest version instead of working version.

23 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 25 Jan 2003 02:45:12 +0000 (02:45 +0000)]
*** empty log message ***

23 years ago(Info-extract-menu-node-name): When looking for end of
Thien-Thi Nguyen [Sat, 25 Jan 2003 02:44:07 +0000 (02:44 +0000)]
(Info-extract-menu-node-name): When looking for end of
menu item, don't stop at first ":"; instead, continue
until trailing context is either a space or newline.
(Info-complete-menu-item): Change var `pattern' to allow ":" in menu item.
(Info-menu): Likewise, for regexp used in backwards search.
(Info-try-follow-nearest-node): Remove case added in previous edit.
Instead, change the regexp in the following case to allow ":" in menu item.
(Info-fontify-node): Fix bug: Handle `next-property-change' returning
point-max as "hasn't already been done".

23 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 25 Jan 2003 00:53:58 +0000 (00:53 +0000)]
*** empty log message ***

23 years ago(Info-try-follow-nearest-node): Add case: Handle menu item
Thien-Thi Nguyen [Sat, 25 Jan 2003 00:52:19 +0000 (00:52 +0000)]
(Info-try-follow-nearest-node): Add case: Handle menu item
terminated by ": " as an index entry.

23 years ago*** empty log message ***
Andreas Schwab [Fri, 24 Jan 2003 19:15:14 +0000 (19:15 +0000)]
*** empty log message ***

23 years ago(Fminibuffer_message): Verify type of parameter.
Andreas Schwab [Fri, 24 Jan 2003 19:15:05 +0000 (19:15 +0000)]
(Fminibuffer_message): Verify type of parameter.

23 years ago*** empty log message ***
Juanma Barranquero [Fri, 24 Jan 2003 17:23:46 +0000 (17:23 +0000)]
*** empty log message ***

23 years ago(isearch-forward): Fix typo.
Juanma Barranquero [Fri, 24 Jan 2003 17:12:00 +0000 (17:12 +0000)]
(isearch-forward): Fix typo.

23 years agogtkutil.c (xg_initialize): Initialize id_to_widget here instead
Jan Djärv [Fri, 24 Jan 2003 17:10:07 +0000 (17:10 +0000)]
gtkutil.c (xg_initialize): Initialize id_to_widget here instead
of static initializer

23 years ago(jka-compr-insert-file-contents): Call
Kenichi Handa [Fri, 24 Jan 2003 13:28:24 +0000 (13:28 +0000)]
(jka-compr-insert-file-contents): Call
docode-coding-inserted-region.

23 years ago(decode-coding-inserted-region): Renamed
Kenichi Handa [Fri, 24 Jan 2003 13:28:00 +0000 (13:28 +0000)]
(decode-coding-inserted-region): Renamed
from decode-coding-region-as-inserted-from-file to make it fit
well in the Lisp manual.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 24 Jan 2003 13:27:07 +0000 (13:27 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Fri, 24 Jan 2003 12:24:33 +0000 (12:24 +0000)]
*** empty log message ***

23 years ago(mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
Dave Love [Fri, 24 Jan 2003 12:24:13 +0000 (12:24 +0000)]
(mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
Use __alignof__.

23 years ago(GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love [Fri, 24 Jan 2003 12:22:01 +0000 (12:22 +0000)]
(GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
architectures.

23 years agoUpdate copyright.
Kim F. Storm [Fri, 24 Jan 2003 12:07:09 +0000 (12:07 +0000)]
Update copyright.

23 years ago*** empty log message ***
John Paul Wallington [Fri, 24 Jan 2003 04:54:17 +0000 (04:54 +0000)]
*** empty log message ***

23 years ago* ibuffer.el (ibuffer-window-list): Remove.
John Paul Wallington [Fri, 24 Jan 2003 04:53:31 +0000 (04:53 +0000)]
* ibuffer.el (ibuffer-window-list): Remove.
(ibuffer-confirm-operation-on): Use `window-list' instead.
(ibuffer-load-hook): New customizable variable.
(toplevel): Run it.
(ibuffer-customize): New command.
(ibuffer-mode-map): Bind it.
(ibuffer-mode-map): Add menu seperator in View>Sort menu.
(ibuffer-mode): Tidy.
(ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
(ibuffer-default-directory, ibuffer-default-sorting-mode)
(ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
(ibuffer-map-lines): Doc fixes.
Update mail address.

* ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
filenames.  Use `kill-new'.
Update mail address.

* ibuf-macs.el
Update mail address.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 24 Jan 2003 02:31:24 +0000 (02:31 +0000)]
*** empty log message ***

23 years ago(adjust_point_for_property): New second arg MODIFIED.
Kenichi Handa [Fri, 24 Jan 2003 02:31:07 +0000 (02:31 +0000)]
(adjust_point_for_property): New second arg MODIFIED.
It it is nonzero, don't pretend that an invisible area doesn't
exist.
(command_loop_1): Call adjust_point_for_property with proper
second arg.

23 years ago*** empty log message ***
Dave Love [Thu, 23 Jan 2003 23:34:59 +0000 (23:34 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Thu, 23 Jan 2003 20:37:49 +0000 (20:37 +0000)]
*** empty log message ***

23 years ago(write-abbrev-file): Simplify, and put a coding cookie
Dave Love [Thu, 23 Jan 2003 20:37:39 +0000 (20:37 +0000)]
(write-abbrev-file): Simplify, and put a coding cookie
in the file.

23 years ago*** empty log message ***
Juanma Barranquero [Thu, 23 Jan 2003 11:49:05 +0000 (11:49 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Juanma Barranquero [Thu, 23 Jan 2003 09:12:03 +0000 (09:12 +0000)]
*** empty log message ***

23 years ago(asm-mode): Added syntax table entries for /* */ comments.
Juanma Barranquero [Thu, 23 Jan 2003 09:11:46 +0000 (09:11 +0000)]
(asm-mode): Added syntax table entries for /* */ comments.

23 years ago(insert-directory): Read the output of "ls" by
Kenichi Handa [Thu, 23 Jan 2003 05:59:47 +0000 (05:59 +0000)]
(insert-directory): Read the output of "ls" by
no-conversion, and decode it later while preserving
`dired-filename' property.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 23 Jan 2003 05:58:58 +0000 (05:58 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Markus Rost [Thu, 23 Jan 2003 05:46:35 +0000 (05:46 +0000)]
*** empty log message ***

23 years ago(describe-text-mode-hook): Add a group.
Markus Rost [Thu, 23 Jan 2003 05:45:44 +0000 (05:45 +0000)]
(describe-text-mode-hook): Add a group.

23 years ago(interprogram-paste-function): Handle empty clipboard.
John Paul Wallington [Thu, 23 Jan 2003 00:04:20 +0000 (00:04 +0000)]
(interprogram-paste-function): Handle empty clipboard.

23 years agoUse MS-Windows consistently in headings, to make it easy to search
Jason Rumney [Wed, 22 Jan 2003 23:16:41 +0000 (23:16 +0000)]
Use MS-Windows consistently in headings, to make it easy to search
for MS-Windows specific problems.